home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Jun 89 / V0005-Command Handling Ad-Jun89 < prev    next >
Encoding:
Text File  |  1989-06-26  |  1.2 KB  |  34 lines  |  [TEXT/GEOL]

  1. Item    0720341                         3-June-89        18:31
  2.  
  3. From:   D2086                           Efficient Field Svc, C Faith, PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Command Handling Adequate??
  8.  
  9.  
  10.  
  11. I am wondering whether the command chain capabilities of MacApp are adequate.
  12. Specifically the default actions of MacApp with regard to targets and
  13. nextHandlers seems to make a lot of things very difficult to implement cleanly.
  14.  
  15. For example:
  16.  
  17. Suppose you wish to have a document handle menu commands whether or not the
  18. window of that document happens to be the front window.  That document will not
  19. be in the command chain the minute you deactivate its window.  This limits
  20. documents activities to those that pertain only to active windows (at least
  21. without a lot of fuss).  If you wanted to have a document handle commands that
  22. created windows for that document, you would not be able to do so if a window
  23. of another document was active.
  24.  
  25. I suggest that there be a Cohandler chain for commands other than AlienEvents
  26. and idleEvents.
  27.  
  28. The implications of the current scheme are that documents are forced to be
  29. transient controllers.
  30.  
  31. Curtis Faith
  32.  
  33.  
  34.